home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
Jogos de Azar
/
roleta.swf
/
scripts
/
DefineButton2_512
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-01-17
|
170b
|
10 lines
on(release){
tellTarget("/")
{
setProperty("/lost", _Y, -300);
setProperty("/win", _Y, -300);
gotoAndStop("start");
play();
}
}